crypto/internal/fips140/sha3.Digest.state (field)
8 uses
crypto/internal/fips140/sha3 (current package)
sha3.go#L52: state spongeDirection // whether the sponge is absorbing or squeezing
sha3.go#L67: d.state = spongeAbsorbing
sha3.go#L96: d.state = spongeSqueezing
sha3.go#L102: if d.state != spongeAbsorbing {
sha3.go#L125: if d.state == spongeAbsorbing {
sha3.go#L154: if d.state != spongeAbsorbing {
sha3.go#L195: b = append(b, byte(d.n), byte(d.state))
sha3.go#L232: d.state = state
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)